projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed8db9
)
Fix a typo in an error message
author
Jiro Matsuzawa
<jmatsuzawa@gnome.org>
Wed, 4 Sep 2013 16:39:16 +0000
(
01:39
+0900)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 4 Sep 2013 23:40:59 +0000
(19:40 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=707488
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index 7f52872159fc5615644d97694fc8442619b60cc2..2438b8b89585c60b1e9f9c1061990a0f2835ca71 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-769,7
+769,7
@@
static void
error_filename_to_long_dialog (GtkFileChooserDefault *impl)
{
error_message (impl,
- _("Cannot create file as the filename is to long"),
+ _("Cannot create file as the filename is to
o
long"),
_("Try using a shorter name."));
}